@charset "UTF-8";
* {
  font: inherit;
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC",  "WenQuanYi Micro Hei", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td,
span,
input,
textarea {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button,
input,
select,
textarea {
  outline: 0; }

li,
ol,
ul {
  list-style: none; }

b,
strong {
  font-weight: 400; }

img {
  vertical-align: middle;
  border: 0;
  max-width: 100%; }

:focus {
  outline: 0; }

a {
  color: inherit;
  text-decoration: none !important; }
  a:hover, a.active {
    color: #0462a0; }

a {
  text-decoration: none; }

a:hover,
a:focus {
  color: #0462a0;
  text-decoration: underline; }

.clearfix {
  zoom: 1; }
  .clearfix::after, .clearfix::before {
    display: table;
    content: ""; }
  .clearfix::after {
    clear: both; }

.transition {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s; }

.padding-none {
  padding: 0 !important; }

.border-none {
  border: none !important; }

.display-none {
  display: none !important; }

.left-0 {
  left: 0 !important; }

.fr {
  float: right !important; }

.fl {
  float: left !important; }

input {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none; }

input:focus,
textarea:focus {
  outline: 0;
  border: 1px solid #f60; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/*文本*/
.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.text-align-last {
  text-align-last: justify; }

.s-block {
  display: block !important; }

.s-inlineblock {
  display: inline-block !important; }

.s-inline {
  display: inline !important; }

.container-fluid,
.container {
  padding: 0 8px; }
.container{width:1200px;margin:0 auto;}
/* 其他差异 */
input {
  -webkit-appearance: none;
  padding: 0px;
  vertical-align: middle;
  line-height: normal;
  border: none; }
  .clear{clear:both;}
.slideBox{ width:100%; overflow:hidden; position:relative; border:1px solid #ddd;  }
		.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
		.slideBox .hd ul li.on{ background:#f00; color:#fff; }
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ width:100%;  display:block;  }

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideBox .prev,
		.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../img/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
		.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
		.slideBox .prev:hover,
		.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
		.slideBox .prevStop{ display:none;  }
		.slideBox .nextStop{ display:none;  }
/*顶部*/
.top-sec {
  background: #017dc6; }
  .top-section{width:1200px;margin:0 auto;overflow:hidden;}
  .top-section .top-name {
    float: left; }
    .top-section .top-name p {
      padding: 10px 0;
      color: #fff;
      display: inline-block; }
  .top-section .top-contact {
    float: right;
    border-left: 1px solid #0580d2; }
    .top-section .top-contact p {
      display: inline-block;
      color: #fff;
      font-size: 14px;
      line-height: 40px;
      padding-right: 15px;
      border-right: 1px solid #0580d2;
      margin-left: 10px; }
      .top-section .top-contact p img {
        opacity: 0.4;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all; }
      .top-section .top-contact p a {
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all; }
      .top-section .top-contact p:hover img {
        opacity: 1; }
      .top-section .top-contact p:hover a {
        color: #fff;
        text-decoration: none; }

/*头部 导航*/
.logo-box{float:left;height:80px;margin-top:10px;}
 
.header .logo {
  float: left;
  overflow: hidden;
  margin-right: 10px; }
 
.header {
  width:1200px;margin:0 auto;}
  .header .nav-box {
    float: right; margin-top:20px; }
       .header .nav li{   float: left;
	   padding: 0 14px; line-height:60px;}
  .header .nav li a {
    font-size: 16px;
    color: #000;
    padding: 10px; }
  .header .nav {
    z-index: 5000;}
.header .nav > li:hover ,.header .nav > li.current{background:url(../img/line.jpg) no-repeat center bottom;}
.header .nav > li:hover a ,.header .nav > li.current a{color:#017dc6;}
.nav .subnav {
  -webkit-perspective: 500px;
  perspective: 500px; }

.nav li:not(:last-child) {
  position: relative;
  -webkit-perspective: 500px;
  perspective: 500px; }
  .nav li:not(:last-child):hover .subnav {
    width: 150px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0); }

.nav li:last-child {
  position: relative;
  -webkit-perspective: 500px;
  perspective: 500px; }
  .nav li:last-child:hover .subnav {
    width: 150px;
    left: -66px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0); }

.nav li.active a {
  color: #0462a0;
  font-weight: bold; }

.nav li:not(:last-child) .subnav {
  display: block;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  z-index: 6000;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  top: 100%;
  width: 150px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid #067cca; }
  .nav li:not(:last-child) .subnav li {
    float: none; }
    .nav li:not(:last-child) .subnav li a {
      display: block;
      padding: 8px 8px;
      text-decoration: none;
      border-bottom: 1px solid #eee;
      font-size: 12px; }

.nav li:last-child .subnav {
  display: block;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  z-index: 6000;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  top: 100%;
  left: -66px;
  width: 150px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid #0462a0; }
  .nav li:last-child .subnav li {
    float: none; }
    .nav li:last-child .subnav li a {
      display: block;
      padding: 8px 8px;
      text-decoration: none;
      border-bottom: 1px solid #eee;
      font-size: 12px; }

/*banner*/
.zlbz{width:100%;overflow:hidden;font-family:"Microsoft YaHei UI"}
.zlbz li{float:left;width:25%;background:url(../img/c1.jpg) no-repeat left center;color:#fff;}
.zlbz li .tit{margin-top:120px;font-size:30px;font-weight:bold;font-family:"Microsoft YaHei UI";text-align:center;background:url(../img/lbg.jpg) no-repeat center bottom;height:100px;}
.zlbz li .yw{display:block;margin:10px auto;text-align:center;font-size:18px;font-weight:normal;text-transform:Uppercase ;letter-spacing: 2px}
.zlbz li .js{font-size:18px;width:70%;margin:50px auto;margin-top:40px;line-height:30px; letter-spacing: 1px}
.zlbz li .tit{}
.zlbz li:nth-child(2){background:url(../img/c2.jpg) no-repeat left center;}
.zlbz li:nth-child(3){background:url(../img/c3.jpg) no-repeat left center;}
.zlbz li:nth-child(4){background:url(../img/c4.jpg) no-repeat left center;}
.zlbz li:hover{background:url(../img/c1h.jpg) no-repeat left center;}
.zlbz li:nth-child(2):hover{background:url(../img/c2h.jpg) no-repeat left center;}
.zlbz li:nth-child(3):hover{background:url(../img/c4h.jpg) no-repeat left center;}
.zlbz li:nth-child(4):hover{background:url(../img/c3h.jpg) no-repeat left center;}

.ys{width:1200px;margin:60px auto;text-align:center;}
.ystit{width:800px;margin:0 auto;text-align:center;}
.ystit .ystitmc{font-size:50px;font-weight:bold;font-family:"Microsoft YaHei UI";float:left;color:#ff6a00; }
.ystit .ystitmc span{display:block; text-align:center;font-size:28px;font-weight:bold;
text-transform:Uppercase;color:#046bba;letter-spacing: 2px}
.ysbg{background:url(../img/ysk.png) no-repeat left center;width:500px;height:99px;overflow:hidden;margin-left:20px;float:left;}
.ysbg span{font-size:60px;line-height:99px;width:100px;text-align:center;font-style:italic;
color:#fff;font-weight:bold;font-family:"Microsoft YaHei UI";float:left}
.ysbgnr{font-size:36px;font-weight:bold;font-family:"Microsoft YaHei UI";float:left;color:#046bba;line-height:99px;width:400px;}
.ysbgnr span{color:#ff6a00;float:none;font-size:36px;}

.ysnr{width:1200px;margin:100px auto; }
.ysnrone{overflow:hidden;}
.ysnrone .ysnrl{float:left;width:580px;text-align:left;}
.ysnrone .ysnrl .ystop .yshed{float:left;}
.ystityw{display:block; font-size:18px; 
text-transform:Uppercase;color:#616161; }
.ystitzw{font-weight:bold;line-height:60px;font-size:34px; font-family:"Microsoft YaHei UI"; color:#016db8; }
.ystitline{width:60px;height:8px;background:#016db8;border-radius:5px}

.yssz{font-style:italic;font-size:80px;color:#d5d4d9;float:right;font-weight:bold;}
.yscon{font-size:16px;line-height:30px;margin-top:10px;text-align:left;color:#777}

.ysnrr{float:right;width:600px;overflow:hidden;}
.ysnrr img{transition: all .5s;}
.ysnrr img:hover{transform: scale(1.1);}

.ysnr2{overflow:hidden;margin-top:60px;}
.ysnr2 .ysnr2l{float:left;width:550px;text-align:left;border:3px solid #ddd;overflow:hidden;}
.ysnr2 .ysnr2l img{transition: all .5s;}
.ysnr2 .ysnr2l img:hover{transform: scale(1.1);}



.ysnr2 .ysnr2r .ystop .yshed{float:left; }
.ysnr2r{float:right;width:600px;overflow:hidden;}
.ysnr2r .ystop{text-align:left;margin-top:60px;}
.ysnr2r .yssz{float:left;margin-left:30px;}

.ysnr3{overflow:hidden;margin-top:60px;} 
.ysnr3 .ysnrl{float:left;width:580px;text-align:left;}
.ysnr3 .ysnrl .ystop .yshed{float:left;}
.ysnr3 .ysnrl .ystop{margin-top:80px;}
 .ysnr3 .ysnrr img{transition: all .5s;}
.ysnr3 .ysnrr img:hover{transform: scale(0.9);}
.hyly{background:url(../img/hybg.jpg) no-repeat center;width:100%;height:812px;overflow:hidden; padding-top:60px;}


.hylist img{
    width:271px;
    height:196px;
}
.hylist{
    width:1200px;
    height:465px;
    margin:50px auto;
}
.hybox{
    float:left;
    width:271px;
    height:196px;
    margin:auto;
    margin:10px;
    position:relative;
    /*父元素里面包含需要变换的内容，所以设置为3D变换*/
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition:1.5s;
    /*设置在1.5s内完成变换*/
}
.hybox:hover{
    transform:rotateY(180deg);
}
.box{
   width:271px;
    height:196px;
    position:absolute
    }
.front{
    border:2px solid #ddd;
    box-shadow:10px 10px 10px #aaa;
}
.back{
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
   
    border:2px solid #ddd;
}
.back h2{
    color: white;
    text-align: center;
}















/*共用*/
.m-module {
  padding: 50px 0; }

.sub-name {
  margin-bottom: 30px; margin-top:30px;}
  .sub-name p {
    color: #222;
    font-size: 36px;
    text-align: center; }

/*产品*/
.pro-name ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pro-name ul li {
    float: left; }
    .pro-name ul li a {
      font-size: 14px;
      color: #444;
      display: block;
      line-height: 24px;
      padding: 10px 15px 10px 0;
      text-decoration: none;
      -webkit-transition: 0.5s all;
      transition: 0.5s all; }

.pro-list .pro-items {
  padding: 8px 8px 20px;
  border-radius: 5px;
  border: 1px solid #fff;
  margin-top: 20px; }
  .pro-list .pro-items:hover {
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15); }
    .pro-list .pro-items:hover:hover .black {
      opacity: 1; }
    .pro-list .pro-items:hover:hover .pro-btn a {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
  .pro-list .pro-items .pro-img {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .pro-list .pro-items .pro-img img {
      width: 100%; }
    .pro-list .pro-items .pro-img .black {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.2);
      opacity: 0;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
  .pro-list .pro-items .pro-btn {
    position: absolute;
    top: 40%;
    left: 32%;
    text-align: center; }
    .pro-list .pro-items .pro-btn a {
      width: 43px;
      height: 43px;
      display: inline-block;
      text-decoration: none;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      position: relative;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
      .pro-list .pro-items .pro-btn a i {
        display: block;
        line-height: 43px;
        margin: 0;
        background: #fff; }
      .pro-list .pro-items .pro-btn a .icon-duihua {
        color: #0462a0; }
      .pro-list .pro-items .pro-btn a .icon-lianjie {
        color: #fff;
        background: #0462a0; }
  .pro-list .pro-items h2 {
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .pro-list .pro-items h2:hover {
      cursor: pointer; }

/*关于我们*/
.pc-about {
  background: url(../img/ab-bg.jpg) no-repeat center center;
  background-size: cover; }
  .pc-about .m-about {
    position: relative;
    padding: 0; }
    .pc-about .m-about .about-black {
      position: absolute;
      right: 100%;
      height: 100%;
      width: 100%;
      top: 0;
      background: rgba(0, 0, 0, 0.55); }
  .pc-about .about-main {
    background: rgba(0, 0, 0, 0.55);width:50%;
    padding: 30px 36px 25px 20px; }
    .pc-about .about-main .sub-name p {
      color: #fff;
      text-align: left; }
  .pc-about .about-cont {
    margin: 20px 0;
    max-height: 140px;
    overflow: hidden;
    text-align: justify;
    color: #fff;
    line-height: 28px;
    font-size: 14px; }
    .pc-about .about-cont p {
      text-align: justify;
      color: #fff;
      line-height: 28px;
      font-size: 14px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
      overflow: hidden; }
    .pc-about .about-cont div {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
      overflow: hidden; }
  .pc-about .slick-slide img {
    height: 100%;
    max-height: 102px;
    display: inline-block; }

.Box {
  position: relative;
  margin: 0 -20px; }

.Box .Box_con {
  position: relative;
  padding-bottom: 60px; }
  .Box .Box_con .btns {
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    bottom: 0;
    cursor: pointer; }
  .Box .Box_con .btnl {
    background: url(../img/jtl02.png) no-repeat center;
    right: 80px; }
    .Box .Box_con .btnl:hover {
      background: url(../img/jtl03.png) no-repeat center; }
  .Box .Box_con .btnr {
    background: url(../img/jtr02.png) no-repeat center;
    right: 34px; }
    .Box .Box_con .btnr:hover {
      background: url(../img/jtr03.png) no-repeat center; }

.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 22px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }

.Box .conbox .cur {
  margin: 0 20px;
  text-align: center; }

.pc-about .slick-next {
  width: 41px;
  height: 41px;
  position: absolute;
  right: 20px;
  bottom: -56px;
  z-index: 200; }
  .pc-about .slick-next:before {
    color: #fff;
    display: inline-block;
    font-family: "FontAwesome";
    height: 41px;
    width: 41px;
    content: "";
    background: url(../img/jtr02.png) no-repeat center center; }

.pc-about .slick-prev {
  width: 41px;
  height: 41px;
  position: absolute;
  right: 70px;
  bottom: -56px;
  z-index: 200; }
  .pc-about .slick-prev:before {
    display: inline-block;
    height: 41px;
    text-align: center;
    width: 41px;
    content: "";
    background: url(../img/jtl02.png) no-repeat center center; }

.pc-about .slick-prev:hover {
  background: url(../img/jtl03.png) no-repeat center center; }

.pc-about .slick-next:hover {
  background: url(../img/jtr03.png) no-repeat center center; }

/*新闻*/
.pc-news {
  background: #f1f4fc;
  padding: 50px 0; }
  .pc-news .news_list .news_imgbox img {
    width: 100%; }
  .pc-news .news_list .news_imgbox {
    height: 240px;
    overflow: hidden; }
  .pc-news .news_text {
    padding: 20px 15px 15px;
    background: #fff; }
  .pc-news .news_title {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 10px;
    min-height: 123px; }
    .pc-news .news_title .title_box {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .pc-news .news_title a {
      color: #000;
      font-size: 18px;
      line-height: 28px; }
    .pc-news .news_title span {
      display: block;
      font-size: 14px;
      color: #999;
      line-height: 28px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden; }

/*底部*/
.pc-footer {
  background: url(../img/footerbg.jpg) no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
  color: #aaa;
  padding: 0; }
  .pc-footer .footer-bg {
   background: rgb(2, 110, 184);
} }
    .pc-footer .footer-bg a {
      color: #aaa; }
  .pc-footer .footer-main {
    padding-top: 45px; }
  .pc-footer .block_list {
    float: left; }
    .pc-footer .block_list h4 {
      color: #fff;
      margin-bottom: 24px; }
      .pc-footer .block_list h4 i {
        display: none; }
    .pc-footer .block_list li {
      padding: 5px 0; }
      .pc-footer .block_list li a {
        font-size: 14px;color:#fff;
        line-height: 26px;
        text-decoration: none;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -o-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all; }
		.pc-footer .block_list li a:hover{text-decoration:underline;}
  .pc-footer .footer-nav {
    width: 11%;
    padding-right: 5%; }
  .pc-footer .footer-pro {
    width: 76%;
    padding-right: 5%; }
  .pc-footer .footer-contact {
    width: 34%;
    padding-right: 10%; }
    .pc-footer .footer-contact li {
      padding: 7px 0; }
    .pc-footer .footer-contact li i {
      margin-right: 5px; }
    .pc-footer .footer-contact li span {
      font-size: 14px; }
  .pc-footer .footer-scan {
    width: 19%; }
    .pc-footer .footer-scan ul li {
      display: inline-block;
      text-align: center; }
      .pc-footer .footer-scan ul li p {
        font-size: 14px;
        line-height: 26px; color:#fff;}
  .pc-footer .footer-bottom {
    border-top: rgba(255, 255, 255, 0.14) 1px solid;
    padding: 20px 0;
    margin-top: 30px;background:#04538a;    font-size: 14px; }
    .pc-footer .footer-bottom a {
      color: #fff; }
  .pc-footer .footer_code {
    padding: 2px;
    background: #fff;
    width: 120px;
    height: 120px; }

/*友情链接*/
.m-fd-links {
  margin: 20px 0; }
  .m-fd-links span {
    font-weight: bold;
    color: #0462a0; }
  .m-fd-links a {
    font-size: 12px;
    color: #666;
    margin-right: 5px; }
    .m-fd-links a:hover {
      color: #0462a0; }

/*手机底部*/
.mobile-footer {
  background: #0462a0;
  padding: 9px 0;
  width: 100%;
  position: fixed;
  bottom: 0;
  display: block;
  overflow: hidden;
  z-index: 999; }
  .mobile-footer .mobile-footlist {
    color: #fff;
    display: inline-block;
    width: 24%;
    text-align: center; }
    .mobile-footer .mobile-footlist a {
      text-align: center;
      font-size: 14px; }

/*客服*/
.service {
  position: fixed;
  top: 10px;
  right: -210px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  z-index: 999999;
  margin: 200px 0 0 0; }
  .service .online a {
    z-index: 99999;
    position: absolute;
    left: -100px;
    top: 0px;
    display: block;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    text-decoration: none; }
    .service .online a span {
      display: block;
      font-size: 80px;
      color: #0580d2;
      background: #fff;
      border-radius: 50%;
      height: 80px;
      width: 80px;
      line-height: 100px;
      text-align: center; }
  .service .online_list {
    width: 210px;
    background: #fff; }
    .service .online_list .online-title {
      background: #0462a0;
      text-align: center;
      color: #fff; }
    .service .online_list ul {
      border: 2px solid #0462a0; }
      .service .online_list ul li {
        padding: 10px;
        border-bottom: 1px dashed #eee;
        line-height: 24px; }
        .service .online_list ul li img {
          margin-right: 10px; }
        .service .online_list ul li a {
          text-decoration: none;
          color: #000; }

#online {
  position: relative;
  z-index: 9;
  top: 0px; }

#service:hover {
  right: 0; }

#service:hover #online #online_main {
  left: 80px;
  opacity: 0;
  background: none; }

/*返回顶部*/
.totop {
  width: 46px;
  height: 46px;
  position: fixed;
  right: 30px;
  bottom: 80px;
  z-index: 9999;
  display: none;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  text-decoration: none; }
  .totop i {
    line-height: 46px; }
  .totop:hover {
    background: #0462a0; }
    .totop:hover i {
      color: #fff; }

 
 
 
/*内页样式*/
.main_title {
  padding: 18px 0;
  border-bottom: 1px solid #eee; }
  .main_title .titbx h2 {
    font-size: 30px;
    color: #0462a0;
    line-height: 42px; }
  .main_title .titbx .titbx-nav {
    float: right; }
  .main_title .localbx {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 22px; }
    .main_title .localbx span {
      font-size: 12px;
      color: #999; }
    .main_title .localbx a {
      font-size: 14px;
      color: #555; }

.left-contact {
  margin-top: 20px;
 font-size:14px;
  background: #f5f5f5;border: 1px solid #ddd;
  background-size: cover; }
  .left-contact h4 {
  
    color: #000;
    font-size: 22px;
    margin: 20px 0; }
  .left-contact p {
    color: #000;
    margin: 10px 0; }

.more {
  background: #0462a0;
  color: #fff;
  line-height: 32px;
  font-size: 12px;
  display: inline-block;
  padding: 0px 20px;
  margin-top: 5px;
  height: 32px; }
  .more:hover a {
    color: #fff; }

.n-right .page {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee; }
    .n-right .page li{float:left;width:auto;}
  .n-right .page a {
    color: #808080;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #eee;
    text-align: center;
    text-decoration: none; }
    .n-right .page a:hover {
      background: #0462a0;
      border: 1px solid #0462a0;
      color: #fff; }
    .n-right .page a i {
      font-size: 14px; }
  .n-right .page a.selected {
    background: #0462a0;
    border: 1px solid #0462a0;
    color: #fff; }

.n-right .page_prev {
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 20px; }
  .n-right .page_prev span {
    color: #0462a0; }
  .n-right .page_prev a {
    color: #000; }

/*导航*/
button:focus {
  outline: none; }

.menu-wrap a {
  color: #000; }

/* Menu Button */
.menu-button {
  z-index: 1000;
  margin: 14px 0 0;
  border: none;
  font-size: 14px;
  color: #666;
  background: transparent;
  text-align: right; }

.menu-button:hover {
  opacity: 0.6; }

/* Close Button */
.close-button {
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 1em;
  overflow: hidden;
  font-size: 20px;
  border: none;
  background: transparent;
  color: transparent; }

.close-button::before,
.close-button::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #bdc3c7; }

.close-button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.close-button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Menu */
.menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 50%;
  height: 100%;
  background: #f7f7f7;
  font-size: 1.15em;
  -webkit-transform: translate3d(-500px, 0, 0);
  transform: translate3d(-500px, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 0 12px rgba(0, 0, 0, 0.3);
  opacity: 0; }
  .menu-wrap .menu-name {
    height: 60px;
    background: #0462a0;
    font-size: 20px;
    text-align: left;
    color: #fff;
    line-height: 60px;
    padding-left: 15px; }

.menu,
.icon-list {
  height: 100%; }

.icon-list {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.icon-list a {
  display: block;
  padding: 10px;
  text-decoration: none;
  font-size: 14px;
  -webkit-transform: translate3d(0, 500px, 0);
  transform: translate3d(0, 500px, 0);
  border-bottom: 1px dashed #eee; }
  .icon-list a i {
    float: right; }

.icon-list,
.icon-list a {
  -webkit-transition: -webkit-transform 0s 0.4s;
  transition: -webkit-transform 0s 0.4s;
  transition: transform 0s 0.4s;
  transition: transform 0s 0.4s, -webkit-transform 0s 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.icon-list a:nth-child(2) {
  -webkit-transform: translate3d(0, 1000px, 0);
  transform: translate3d(0, 1000px, 0); }

.icon-list a:nth-child(3) {
  -webkit-transform: translate3d(0, 1500px, 0);
  transform: translate3d(0, 1500px, 0); }

.icon-list a:nth-child(4) {
  -webkit-transform: translate3d(0, 2000px, 0);
  transform: translate3d(0, 2000px, 0); }

.icon-list a:nth-child(5) {
  -webkit-transform: translate3d(0, 2500px, 0);
  transform: translate3d(0, 2500px, 0); }

.icon-list a:nth-child(6) {
  -webkit-transform: translate3d(0, 3000px, 0);
  transform: translate3d(0, 3000px, 0); }

.icon-list a span {
  margin-left: 10px; }

/* Shown menu */
.show-menu .menu-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  opacity: 1; }

.show-menu .icon-list,
.show-menu .icon-list a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.show-menu .icon-list a {
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s; }

.show-menu .content::before {
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.picScroll-left{ width:1200px;  overflow:hidden;margin:0 auto; position:relative}
		 
		.picScroll-left .hd .prev{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px; 
		overflow:hidden;position:absolute;top:200px;left:0px;
			 cursor:pointer; background:url("../img/arrow.png") no-repeat;}
		.picScroll-left .hd .next{display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px; 
		overflow:hidden;position:absolute;top:200px;right:0px;
			 cursor:pointer; background:url("../img/arrow.png") no-repeat; background-position:0 -50px;z-index:99999;  }
		.picScroll-left .hd .prevStop{ background-position:-60px 0; }
		.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
		.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
		.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("img/icoCircle.gif") 0 -9px no-repeat; }
		.picScroll-left .hd ul li.on{ background-position:0 0; }
		.picScroll-left .bd{ padding:10px;   }
		.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
		.picScroll-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.picScroll-left .bd ul li .pic{ text-align:center; }
		.picScroll-left .bd ul li .pic img{ width:280px;   display:block;  padding:2px; border:1px solid #ccc; }
		.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
		.picScroll-left .bd ul li .title{ line-height:24px;   }

/*产品中心*/
.h4-title{height:80px;line-height:80px;background:#017dc6;text-align:center;color:#fff;font-size: 22px;
  
  }
.pro_box {
  margin-top: 40px;
  padding-bottom: 60px; }
.pro_sort{width:290px; }
.pro_sort .sort_list {
   border:1px solid #f7f7f7;
   }
 
  .pro_sort .sort_list ul li a {
    font-size: 14px;
 
    display: block;color:#000;
    line-height: 24px;
    background:#f5f5f5;
    border-bottom: 1px solid #dedede;
    padding: 10px 15px 10px 0;
    text-decoration: none;
    -webkit-transition: 0.5s all;
    transition: 0.5s all; }
    .pro_sort .sort_list ul li a i {
      margin-right: 8px; }
    .pro_sort .sort_list ul li a:hover  ,  .pro_sort .sort_list ul li a.current{
      color:#fff;background:#027ec6; }

.all-pro ul li {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.all-pro .pro-li .pro-img-grid {
  overflow: hidden; }
.all-pro .pro-li .pro-img {
  position: relative;
  width: 100%;
  overflow: hidden;border:1px solid #ddd; }
  .all-pro .pro-li .pro-img img {
    width: 100%;
    max-width: 100%;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .all-pro .pro-li .pro-img .black {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .all-pro .pro-li .pro-img .pro-btn {
    position: absolute;
    top: 42%;
    left: 40%;
    text-align: center; }
    .all-pro .pro-li .pro-img .pro-btn a {
      display: inline-block;
      width: 43px;
      height: 43px;
      background: #0462a0;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
      .all-pro .pro-li .pro-img .pro-btn a i {
        color: #fff;
        line-height: 43px; }
.all-pro .pro-li:hover .pro-btn a {
  -webkit-transform: scaleX(1);
          transform: scaleX(1); }
.all-pro .pro-li:hover .black {
  opacity: 1; }
.all-pro .pro-li:hover .pro-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }
.all-pro .pro-li h4 a {
  margin: 16px 0px 4px;
  display: block;
  color: #000; }
.all-pro .pro-li .pro-detail {
  font-size: 12px;
  color: #808080;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  padding: 0 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }
 .options {
  text-align: left;background:;
  padding: 8px 5px;
  border: 1px solid #eee;
  background: #fff url(../img/icon-home.png) no-repeat left center;
  margin-bottom: 20px;padding-left:30px;font-size:14px;  }
  .options a {
    text-decoration: none;
 
    color: #000;
    margin: 0 5px; }
  .options a:hover {
      color: #0462a0; }
  .options a.selected {
    color: #0462a0; }

.pro-grid ul {
  padding: 0;
  margin: 0 -15px; }
  .pro-grid ul li {
    width: 33.33%;
    text-align: left;
    vertical-align: top;
    margin-bottom: 10px;
    float: left;
    background: #fff;
    padding: 0px 10px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all; }
.pro-grid .pro-li {
  border: 1px solid #fff;
  background: #fff;
  border-radius: 5px;
  padding: 8px; }
  .pro-grid .pro-li .pro-img-grid {
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
    width: 100%;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  .pro-grid .pro-li:hover {
    border: 1px solid #efefef;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2); }
  .pro-grid .pro-li h4 a {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
.pro-grid .more {
  display: none; }

.pro-lists ul li {
  overflow: hidden;
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 20px; }
  .pro-lists ul li:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0; }
.pro-lists .pro-img-grid {
  float: left;
  width: 23%;
  margin-right: 3%;
  border: 1px solid #eee; }
.pro-lists .pro-li h4 {
  width: 74%;
  float: left; }
  .pro-lists .pro-li h4 a {
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
.pro-lists .pro-li .pro-detail {
  width: 74%;
  float: left;
  overflow: hidden;
  white-space: normal;
  max-height: 48px;
  line-height: 24px;
  font-size: 12px;
  color: #666;
  margin: 10px 0px;
  padding: 0; }
.pro-lists .pro-li .more {
  float: left;
  margin-top: 20px; }
  .pro-lists .pro-li .more:hover {
    color: #fff; }

/*产品列表*/
.inner_pro {
  margin-bottom: 30px; }

.sp-loading {
  text-align: center;
  max-width: 270px;
  padding: 15px;
  border: 5px solid #eee;
  border-radius: 3px;
  font-size: 12px;
  color: #888; }

/*产品详情*/
/* Element wrapper */
.pro_wrap {
  display: none;
  line-height: 0;
  font-size: 0;
  border-radius: 3px;
  position: relative;
  width: 100%; }

/* Thumbnails */
.sp-thumbs {
  display: inline-block;
  width: 100%;
  margin-top: 5px; }

.sp-thumbs a {
  width: 60px;
  height: 60px;
  margin: 4px;
  border: 1px solid #ccc; }

.sp-thumbs a:link, .sp-thumbs a:visited {
  overflow: hidden;
  opacity: .5;
  display: inline-block;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.sp-thumbs a:hover {
  opacity: 1;
  border: 1px solid #0462a0; }

/* Styles for the currently selected thumbnail */
.sp-thumbs a:active, .sp-current {
  opacity: 1 !important;
  position: relative;
  border: 1px solid #0462a0 !important; }

/* Image currently being viewed */
.sp-large {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  border: 1px solid #eee; }

.sp-large a img {
  max-width: 100%;
  height: auto; }

.sp-large a {
  display: block; }

/* Panning Zoomed Image */
.sp-zoom {
  position: absolute;
  left: -50%;
  top: -50%;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  display: none; }

/* Lightbox */
.sp-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999999;
  display: none;
  cursor: pointer; }

.sp-lightbox img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
  border: 2px solid #fff; }

#sp-prev, #sp-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 501;
  color: #fff;
  padding: 14px;
  text-decoration: none;
  background: #000;
  border-radius: 25px;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .2s;
  transition: .2s; }

#sp-prev {
  left: 80px; }

#sp-prev:before {
  content: '';
  border: 7px solid transparent;
  border-right: 15px solid #fff;
  position: absolute;
  top: 16px;
  left: 7px; }

#sp-next {
  right: 80px; }

#sp-next:before {
  content: '';
  border: 7px solid transparent;
  border-left: 15px solid white;
  position: absolute;
  top: 16px;
  left: 18px; }

#sp-prev:hover, #sp-next:hover {
  background: #444; }

.sp-current-big img {
  width: 100%; }

.sp-large img {
  max-width: none; }

.pro_text h2 {
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 20px;
  line-height: 30px; }
.pro_text p {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  line-height: 26px;
  text-indent: 2em;
  text-align: justify; }
.pro_text .zixun {
  display: inline-block;
  width: 120px;
  line-height: 40px;
  background: #0462a0;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  margin-top: 40px;
  margin-right: 20px; }

.pro_main .row {
  margin-bottom: 30px; }

.view_title {
  margin: 20px 0;
  color: #fff;
  border-bottom: 2px solid #0462a0; }
  .view_title span {
    display: inline-block;
    background: #0462a0;
    padding: 10px 20px; }

.interrelated {
  margin-top: 30px; }
  .interrelated p {
    font-size: 14px; }
    .interrelated p:first-child {
      font-weight: bold;
      margin-bottom: 15px; }
    .interrelated p a {
      color: #0462a0;
      margin-right: 15px; }
      .interrelated p a:last-child {
        margin-right: 0; }

/*关于我们*/
.n-right .about_img {
  text-align: center; }
  .n-right .about_img img {
    padding: 4px;
    border: 1px solid #e1e1e1; }

.n-right .about-cont {
  margin-top: 20px;
  text-indent: 2em;
  line-height: 26px;
  font-size: 14px;
  color: #666;
  text-align: justify; }
  .n-right .about-cont p {
    text-indent: 2em;
    line-height: 26px;
    font-size: 14px;
    color: #666;
    text-align: justify; }

/*新闻资讯*/
.news-li .news-img-list {
  width: 35%;
  float: left;
  margin-right: 2%;
  border: 1px solid #eee;
  overflow: hidden; }
  .news-li .news-img-list img {
    width: 100%; }
.news-li .news-text {
  float: left;
  width: 63%; }
  .news-li .news-text h4 {
    color: #000;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .news-li .news-text h4 a {
      text-decoration: none;
      color: #000; }
  .news-li .news-text .news-detail {
    color: #999;
    line-height: 26px;
    max-height: 52px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  .news-li .news-text .time {
    margin-top: 10px; }
    .news-li .news-text .time span {
      color: #999; }
    .news-li .news-text .time i {
      margin-right: 15px;
      color: #0462a0;
      font-size: 14px; }

.news ul li {
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .news ul li .more:hover {
    color: #fff; }

/*新闻详情*/
.news_content .news-text h3 {
  font-size: 18px;
  text-align: center; }
  .news_content .news-text h3 a {
    color: #000; font-weight:800}
.news_content .news-text .time {
  text-align: center;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee; }
  .news_content .news-text .time i {
    color: #0462a0;
    margin-right: 15px; }
.news_content .news-text .news-detail {
  margin-top: 15px; }
  .news_content .news-text .news-detail p {
    font-size: 14px;
    color: #666;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: 10px; }

/*联系我们*/
.n-right{width:865px;}
.n-right .t-box1 {
  margin-bottom: 20px; }
  .n-right .t-box1 .items {
    text-align: center;
    width: 32.3%;
    padding: 20px 0;
    float: left;
    margin-right: 1%; }
  .n-right .t-box1 .items:last-child {
    margin-right: 0; }
  .n-right .t-box1 .items img {
    margin-bottom: 10px; }
  .n-right .t-box1 .items p {
    font-size: 14px;
    line-height: 28px;
    color: #666; }
  .n-right .t-box1 .items p span {
    font-size: 16px;
    line-height: 34px;
    color: #000; }
.n-right .map h4 {
  font-size: 22px;
  color: #000;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee; }
.n-right .map .map_box {
  margin-top: 20px; }

.message {
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  padding: 30px 20px; }
  .message h4 {
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px; }
  .message p {
    font-size: 13px;
    color: #808080;
    margin: 10px 0px; }
  .message label {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
    font-weight: normal; }
    .message label span {
      color: red; }
  .message .input2 {
    color: #666;
    width: 100%;
    border: 1px solid #ddd;
    line-height: 20px;
    margin-bottom: 15px;
    background: #fff;
    padding-left: 10px;
    font-size: 12px;
    height: 40px; }
  .message .input3 {
    color: #666;
    width: 100%;
    height: 130px;
    border: 1px solid #ddd;
    line-height: 20px;
    margin-bottom: 15px;
    background: #fff;
    padding-left: 10px;
    font-size: 12px; }
  .message .input4 {
    color: #666;
    width: 100px;
    height: 40px;
    border: 1px solid #ddd;
    line-height: 20px;
    margin-bottom: 15px;
    background: #fff;
    padding-left: 10px;
    font-size: 12px; }
  .message .form-btn {
    background: #0462a0;
    color: #fff;
    line-height: 38px;
    font-size: 14px;
    font-family: 'poppins-semibold';
    display: inline-block;
    padding: 0px 26px;
    text-transform: uppercase;
    margin-top: 15px;
    border: medium none; }
    .message .form-btn:first-child {
      margin-right: 10px; }

/*企业图集*/
.pic-item {
  text-align: center;
  cursor: pointer; }

.pic-img-box {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 4px; }

.pic-img {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.pic-list p {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.gallery-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  opacity: 0;
  visibility: hidden; }

.gallery-mask .bg-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2001;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  opacity: 0; }

.gallery-mask .imgbox {
  position: fixed;
  z-index: 2002; }

.gallery-mask .imgbox img {
  border: 5px solid #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0); }

.showMask {
  opacity: 1;
  visibility: visible; }

.showMask .bg-wrap {
  opacity: 1; }

.gallery-mask .imgbox {
  position: relative; }

.gallery-mask .imgbox i {
  width: 40px;
  height: 40px;
  background: url(../img/close.png) no-repeat;
  position: absolute;
  right: -15px;
  top: -15px; }

.showMask .imgbox img {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1); }

/*图片详情*/
.full-main {
  text-align: center; }
  .full-main .full-title {
    font-size: 24px;
    color: #000;
    line-height: 32px;
    padding: 10px 0; }
  .full-main .full-img {
    text-align: center;
    margin: 20px 0; }
    .full-main .full-img img {
      max-width: 70%;
      padding: 3px;
      border: 1px solid #e1e1e1; }

/*供应信息*/
.supply ul li {
  padding-bottom: 6px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #e1e1e1; }

.supply .news-li .news-text {
  width: 100%; }
  .supply .news-li .news-text h4 {
    font-size: 14px;
    float: left;
    width: 84%;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .supply .news-li .news-text h4 a {
      color: #000; }
  .supply .news-li .news-text .time {
    margin-top: 0;
    float: right;
    text-align: right;
    width: 15%; }

/*供应信息详情*/
.provide {
  padding: 10px 10px 20px;
  background: #f5f5f5; }
  .provide h2 {
    font-size: 18px;
    font-weight: normal;
    color: #0462a0;
    margin: 14px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .provide ul li {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .provide .call {
    display: block;
    font-size: 20px;
    color: #c30000;
    line-height: 40px; }
    .provide .call i {
      font-size: 30px;
      font-weight: bold;
      margin-right: 15px; }

.interrelated ul li {
  float: left;
  width: 48%;
  margin-right: 1%;
  background: url(../img/xl01.gif) no-repeat left;
  padding-left: 15px;
  height: 28px; }
  .interrelated ul li:nth-child(2n) {
    margin-right: 0; }
  .interrelated ul li a {
    color: #666;
    font-size: 12px;
    display: block;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .interrelated ul li a:hover {
      color: #0462a0; }

/*自定义关键字*/
.hm-edit-area a {
  color: #666; }

.m-p-news ul li {
  border-bottom: 1px dashed #e1e1e1;
  padding-bottom: 6px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .m-p-news ul li a {
    color: #000; }
    .m-p-news ul li a span {
      color: #000; }
    .m-p-news ul li a .title:before {
      content: "·";
      margin-right: 10px;
      font-weight: 700; }

/*站点地图*/
.m-site-map .map-content-head .hd-title {
  font-size: 26px;
  color: #000; }

.m-site-map .map-content-main {
  margin: 33px 0 50px; }

.m-site-map a:hover {
  color: #0462a0 !important;
  text-decoration: underline; }

.m-site-map .map-panl {
  margin-bottom: 18px; }

.m-site-map .map-panl h3 {
  color: #000;
  font-weight: 700;
  font-size: 18px; }

.m-site-map .map-columns {
  margin-top: 18px;
  padding-left: 25px; }

.m-site-map .map-sub-nav li {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px; }

.m-site-map .map-sub-nav li a {
  display: block;
  color: #5a574f; }

.m-site-map .map-sub-nav li a:hover:before {
  background: #c30000; }

.m-site-map .map-long-word .lw-wrap {
  margin-bottom: 20px; }

.m-site-map .map-long-word .lw-wrap dt {
  margin-bottom: 10px;
  font-weight: 700; }

.m-site-map .map-long-word .lw-wrap dt a {
  color: #929292; }

.m-site-map .map-long-word .lw-wrap dd {
  margin-right: 45px;
  margin-bottom: 10px;
  display: inline-block; }

.m-site-map .map-long-word .lw-wrap dd a {
  color: #929292; }

.m-site-map .map-infomation li {
  float: left;
  width: 33.33%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px; }

.m-site-map .map-infomation li a {
  color: #929292; }
 
 
